home *** CD-ROM | disk | FTP | other *** search
-
-
-
- MOVE1.EXE
-
- Although I have seen a number of utilities to move files
- between directories. I still haven't seen one that does it fully
- like the DOS copy command. I wrote this utility while I was working
- at Seattle Computer Products. It uses the same syntax as COPY and
- allows multiple files including rename on the destination. The dest-
- inationation files are displayed on the screen. Files can even be moved
- between drives. An option "/D" allows the destination file, if it exists
- , to be deleted, otherwise an error will be displayed. All wild cards
- are accepted.
-
-
-
- syntax:
-
-
- MOVE1 {SOURCE PATHNAME} {DEST PATHNAME} [/D]
-
-
-
- ENJOY !
-
- CRAIG DEROUEN
- SEATTLE,WA.
-
-
- syntax:
-
-
- MOVE1 {SOURCE PATHNAME} {DEST PATHN